body {
	
}

h2 {
	width: 500px;
	border-radius: 5px;
	background: -webkit-linear-gradient(left,orange, white);
	background: -moz-linear-gradient(left,orange, white);
	background: -o-linear-gradient(left,orange, white);
	background: linear-gradient(left,orange, white);
	margin-left: 30px;
}

ul {
	list-style: none;
	font-size:20px;
}

li a {
	text-decoration: none;
	color: #000000;
}

li a:visited {
	text-decoration: none;
	color: #000000;
}
